home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / MacPhaseExtras.sit / MacPhase Extras / MacPhase Macro Help.rsrc / TEXT_239_cmpstr.txt < prev    next >
Encoding:
Text File  |  1994-07-30  |  196 b   |  5 lines

  1. function CmpStr(s1 : Str255; sym : Symbol; s2 : Str255) : boolean;
  2.  
  3. Compares s1 to s2 using sym.  Sym can be >,<,>=,<=.  If the comparison is TRUE, TRUE is returned.
  4.  
  5. Also see:  Cmp  EvalBoolean